home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / fpc225_3.zip / F-PCHELP.ZIP / QVIDEO.HLP < prev    next >
Text File  |  1988-01-11  |  860b  |  26 lines

  1. \ QVIDEO.HLP    Fast video routine LINKAGE.             by Tom Zimmer
  2.  
  3. QSPS            ( --- a1 )
  4.         An array of spaces, used to display spaces with TYPE rather
  5.         than EMIT.
  6.  
  7. QTYPE           ( A1 N1 --- )
  8.         Quick type, uses a direct screen assembly word called VTYPE
  9.         to blast text directly tot he screen. Handles attributes as
  10.         well, see MONOCROM.SEQ.
  11.  
  12. QEMIT           ( C1 --- )
  13.         Quick emit, uses QTYPE to display a character. This is used
  14.         when display attributes are needed with emit.
  15.  
  16. QSPACES         ( N1 --- )
  17.         Quick spaces, uses the array defined earlier QSPS to type
  18.         a bunch of space to the screen very quickly.
  19.  
  20. FAST            ( --- )
  21.         Select the fast screen output routines.
  22.  
  23. SLOW            ( --- )
  24.         Select the slow BDOS screen output routines.
  25.  
  26.